Carbon


GetWindowFeatures

Header: MacWindows.h Carbon status: Supported

Obtains the features that a window supports.

OSStatus GetWindowFeatures (
    WindowRef window, 
    UInt32 *outFeatures
);
Parameter descriptions
window

A pointer to the window to be examined.

outFeatures

On input, a pointer to an unsigned 32-bit value. On return, the bits of the value specify the features the window supports; see “Reporting Window Features”.

function result

A result code.

DISCUSSION

The GetWindowFeatures function produces a window definition function’s features in response to a kWindowMsgGetFeatures message.

VERSION NOTES

This function is available with Appearance Manager 1.0 and later.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)